; Macro.txt
;
; The first field contains the macro name. The second field contains the flags.
; The remaining fields are the argument names (up to 12).
;
; The flags field contains a hexadecimal value in the lower 8 bits which controls the
; appearance of the macro icon on airport diagrams:
;
;  0001  airport beacon
;  0002  fuel box
;  0003  wind sock
;  0004  rectangle
;
; Any other value produces an inverted triangle.
;
; Usually, the first two arguments of a macro are the latitude and longitude of
; the object. If bit 8 of the flags field is set, ScBuild will automatically fill
; in these two arguments.
;
; If the macro has a rotation or heading argument, and you want to be able to rotate
; it graphically and have the argument automatically updated, begin the argument name
; with "%R" as in: %rotation.
;
; If the macro has length and/or width arguments, and you want to be able to size
; it graphically and have the argument(s) automatically updated, set the lower eight
; bits to 4 for "rectangle" shape as described above and begin the argument names
; with "%L" as in: %length and "%W" as in: %width.
;
; The units are degrees for %Rotation, and meters for %Length and %Width.
;
;For example, for a macro called Mymacro.scm, which has the % variables of
; %1 for Latitude, %2 for longitude, %3 for rotation, %4 for scale.  This example
;macro has a dimension of 20 meters (as you face the object, from left to
;right) which is represented in the command line with the %L variable.  It has a depth ;(front to back) of 30 meters, which is represented in the command line as %W.
;
;Using the variable 0104 will tell ASD to display the macro's icon on the map
;exactly as you specify it on this command line.
;
;EXAMPLE (commented out with a semicolon, so ASD will not read it)
;
;Mymacro.scm  0104  L  Lo  %Rotation  Scale=1  %L=20  %W=30
;
;Add your additional macros below:
;


GS.scm       0100  L  Lo  %Rotation=353 scale=0.5 MINVAL=2 V1=10000 RNG(km)=15 ELV(METL)=27
LLZ.scm      0100  L  Lo  %Rotation=353 scale=0.25 MINVAL=2 V1=10000 RNG(km)=15 ELV(METL)=27


